速報APP / 教育 / Arduino Bluetooth Controller BLE

Arduino Bluetooth Controller BLE

價格:免費

更新日期:2019-06-17

檔案大小:2.8M

目前版本:2.0.0

版本需求:Android 5.0 以上版本

官方網站:mailto:rk.waffles@gmail.com

Arduino Bluetooth Controller BLE(圖1)-速報App

Send commands to a Bluetooth Low Energy (BLE) enabled microcontroller, such as a Bluno or Beetle BLE. Commands will be received over the microcontroller serial port. In your Arduino sketch, retrieve the sent commands using the Serial connection:

if (Serial.available()) {

// Do something

Arduino Bluetooth Controller BLE(圖2)-速報App

}

Privacy policy:

We do not collect any data from users.

Arduino Bluetooth Controller BLE(圖3)-速報App

Explanation of Permissions:

Bluetooth:

-Needed to connect with microcontroller (Arduino or Bluno) using BLE

Arduino Bluetooth Controller BLE(圖4)-速報App

Location:

-Required for BLE connectivity to work properly

-No location data is collected

Arduino Bluetooth Controller BLE(圖5)-速報App